home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / 1oocfl.lha / Flags.doc < prev    next >
Text File  |  1998-06-16  |  9KB  |  220 lines

  1.  
  2.                  _____.  __________.  __________. __ _____
  3.                 /     |_/    __    |_/    __    | \//    /
  4.                 |     ||      /    ||      /    |  /    /
  5.                 |     ||           ||           | /    /__
  6.                 |____/¯|__________/¯|__________/¯ \___/ \/
  7.                 ==========================================
  8.                 Name: C/Flags           Author: Devil/1oo%
  9.                 Type: CNet door        Release: 16-Jun-98
  10.                 Vers: 1.22
  11.  
  12.  
  13.                                                         ...introduction --.
  14. - - ----------------------------------------------------------------------'
  15. With  C/Flags  you can change the most important flags of one or more files
  16. at  your  base.   You  may  wonder  "Isn't  there a Maintenance command for
  17. that?".   Yes it is, but with C/Flags you can change those flags very quick
  18. & easy without using CNet's VDE.
  19.  
  20.  
  21.                                                         ...requirements --.
  22. - - ----------------------------------------------------------------------'
  23. C/Flags  requires  OS  2.1+  and  at  least  64kB free memory.  C/Flags was
  24. developed  using  CNet  4.53 but it also runs with older version, including
  25. CNet/3.  (Really, it has been tested!)
  26.  
  27.  
  28.                                                         ...installation --.
  29. - - ----------------------------------------------------------------------'
  30. First copy all files from the archive into one directory on your system.
  31. (eg. "PFiles:1oo/Flags/")
  32.  
  33. Then  load your BBSMENU(s) into a texteditor and add the following lines at
  34. the  BOTTOM  of  "The  new  Message/File Area" (CNet/4) or "UD/Base command
  35. prompt" (CNet/3), the "Browse" and "Response or Pass?" menus.
  36.  
  37.     FLAgs       `30-31   |#2PFiles:1oo/Flags/Flags}|
  38.     FREEdown    `30-31   |#2PFiles:1oo/Flags/Flags FREE}|
  39.     FAVorite    `30-31   |#2PFiles:1oo/Flags/Flags FAVORITE}|
  40.     OFFLine     `30-31   |#2PFiles:1oo/Flags/Flags OFFLINE}|
  41.     INTegrity   `30-31   |#2PFiles:1oo/Flags/Flags INTEGRITY}|
  42.     VIRus       `30-31   |#2PFiles:1oo/Flags/Flags VIRUS}|
  43.     ASCiigrab   `30-31   |#2PFiles:1oo/Flags/Flags ASCII}|
  44.     INCDL       `30-31   |#2PFiles:1oo/Flags/Flags INCDL}|
  45.     REName      `30-31   |#2PFiles:1oo/Flags/Flags RENAME}|
  46.  
  47. Note:   the entries at the "Response or Pass"?  menu must have the addition
  48. argument "RP":
  49.  
  50.     FREEdown    `30-31   |#2PFiles:1oo/Flags/Flags FREE RP}|
  51.     FAVorite    `30-31   |#2PFiles:1oo/Flags/Flags FAVORITE RP}|
  52.     [... and so on ...]
  53.  
  54. C/Flags' arguments:
  55.  
  56.  FREE      - sets/clears the "free download" flag
  57.  FAVORTIE  - sets/clears the "sysop's favorite" flag
  58.  OFFLINE   - sets/clears the "file is offliune" flag
  59.  INTEGRITY - sets the "integrity check" to "passed" or "not tested"
  60.  VIRUS     - some thing as above
  61.  ASCII     - sets/clears the "ascii grab when read" flags
  62.  INCDL     - increases the download counter
  63.  RENAME    - prompts for a new filename
  64.  --
  65.  RP        - signal C/Flags that it was launched at a response prompt.
  66.  
  67.  
  68.                                                                ...usage --.
  69. - - ----------------------------------------------------------------------'
  70. Use  C/Flags  like any other CNet command that's purpose is handling files.
  71. Like  the "browse" command you can call C/Flags with CNet style item ranges
  72. and (DOS) wildcards.  Examples:
  73.  
  74.   Free 1,3,9-20,*.lha
  75.  
  76. With  this  call C/Flags would change the "free download" flag of the items
  77. 1, 3, the items 9 to 20 and also every item that is a LhA archive.
  78.  
  79.   Asc *.txt
  80.  
  81. C/Flags  would  change  the  "ascii  grab when read" flag of all textfiles.
  82. This  is  pretty  nice  because  users  may  now simple "read" the text for
  83. getting it's contents instead of "grabbing" it.
  84.  
  85.   Fav all
  86.  
  87. Guess  what, C/Flags would switch the "sysop's favorite" flag of EVERY item
  88. in the current subboard.
  89.  
  90. If  you  start "Flags" without any arguments (like FREE, FAVORITE etc.) you
  91. will  get  a  menu from where you can change more than one flag.  This menu
  92. should look like this:
  93.  
  94.     .-- - 1oo% C/Flags v1.1 written by Devil/1oo%
  95.     `---------------------------------------- - -
  96.     File: <filename> (<item#>)
  97.  
  98.     [01] Free Download   : No
  99.     [02] SysOp's Favorite: No
  100.     [03] Offline         : No
  101.     [04] Test Status     : Passed
  102.     [05] Viruschecked    : No
  103.     [06] Ascii grab/ read: No
  104.     [--]
  105.     [07] Rename Files(s)
  106.     [08] Increase DL Counter(s)
  107.  
  108.     Enter number(s) to change [CR=quit]: 1-3,6
  109.  
  110.     Flag: Free Download... set! (<filename>)
  111.     Flag: SysOp's Favorite... set! (<filename>)
  112.     Flag: Offline... set! (<filename>)
  113.     Flag: Ascii grab/ read... set! (<filename>)
  114.  
  115.  
  116.                                                              ...history --.
  117. - - ----------------------------------------------------------------------'
  118.       Changes/Fixes                                              Date:
  119.  
  120. v1.0  initial version                                            26-Apr-97
  121.  
  122. v1.1  the additional options of increasing the download          09-Feb-98
  123.       counter and renaming items
  124.  
  125. v1.12 rewritten function for converting CNet-style ranges with   23-Feb-98
  126.       support of wildcards. Final code decreased by about 3kB.
  127.       :)
  128.  
  129. v1.13 bugfix for the rename option when using multiple           24-Feb-98
  130.       partitions.
  131.  
  132. v1.14 fixed another bug in the rename-function                   28-Feb-98
  133.  
  134. v1.20 C/Flags now automatically loads unloaded items into        14-Jun-98
  135.       memory. No more lame [S]can, [B]rowse or whatever befor
  136.       flagging on.
  137.  
  138. v1.21 Internal fixes. If started without args C/Flags asks for   15-Jun-98
  139.       input like "Browse" etc. "all" is now a possible arg.
  140.       "all" is similar to "*" or "#?".
  141.  
  142. v1.22 Significant speed increase in the internal item loading    16-Jun-98
  143.       function!
  144.  
  145.  
  146.  
  147.          _                    ...how the hell can I contact this Devil? --.
  148. .--- - --\/-- - ----------------------------------------------------------'
  149. |                                 <devil@p-lost.franken.de>         (email)
  150. |                                      <Devil@99:4909/30.0>      (coco-net)
  151. |                                                 <7091602>   _       (ICQ)
  152. `------ - - "http://p-lost.home.ml.org" - - -------------- --\/-- --- - -
  153.  
  154.  
  155.  
  156.                                                ...get in touch with 1oo% --.
  157. - - -----------------------------------------------------------------------'
  158. If  you  like and use this program, or if you have suggestions of what could
  159. be  added  or  done better, send email, call us, just please don't keep your
  160. feedback a secret!  It motivates like nothing else to hear it from YOU!
  161.  
  162.  
  163. Area BBS                Hosted by               Number(s)       Modem       
  164. ==== ================== ======================= =============== ============
  165.  
  166. AUS: Verbal Verbatim    Veg                     +61-7-3396-4054      [v.34 ]
  167. ==== (telnet) ========= <verbal.apana.org.au:23> ============== ============
  168.  
  169. DEN: The 4th Dimension  Daze                    +45-7592-7385        [v.34+]
  170. ==== ================== ======================= =============== ============
  171.  
  172. GER: Aurora Borealis    Neurodancer             +49-8621-64260  [v.34+/x.75]
  173.                                                 +49-8621-979551   [x.75 16k]
  174.      (email)            <neurodancer@timewarp.insider.org>
  175. ==== ================== ======================= =============== ============
  176.  
  177.      Dan's House        Count Dan               +49-34298-35720       [v.34]
  178.                                                 +49-34298-35729       [x.75]
  179. ==== ================== ======================= =============== ============
  180.  
  181.      Digital Dungeons   Fate                    +49-6192-910718      [v.34+]
  182. ==== (email) ========== <fate@iname.com> ====== =============== ============
  183.  
  184.      Paradise Lost      Devil                   +49-9131-66661       [v.34+]
  185. ==== (email) ========== <devil@p-lost.franken.de> ============= ============
  186.  
  187.      The Crypt          Hellhound               +49-6102-328626      [v.34 ]
  188.                                                 +49-6102-328726      [v.34+]
  189. ==== ================== ======================= +49-6102-733403 ==== [x.75 ]
  190.  
  191. USA: Ill Communication  Adolescent              +1-310-329-2283      [v.34+]
  192. ==== (email) ========== <add@dpacbell.net> ==== +1-310-329-2591 ==== [v.34+]
  193.  
  194.  
  195. Page                            URL
  196. ------------------------------- --------------------------------------------
  197. 1oo% Homepage - files, info...  http://1oo.home.ml.org
  198. C/Base - everything around CNet http://cnetbbs.home.ml.org
  199. ------------------------------- --------------------------------------------
  200.  
  201. If  you want to become a distribution site of 1oo% products in your country,
  202. please  do  contact us.  We are hatching new files thru "Coconet" and can of
  203. course send files via email or our internal mailinglist to you.
  204.  
  205. We  are  currently  covering  Ansi/Ascii,  CNet,  Tempest  and term/bbs/comm
  206. related  stuff.   If you think you are doing nice doors for *your* preferred
  207. BBS package and seem to have the same approach as we have, maybe you want to
  208. join us?
  209.  
  210. Do  NOT  add  our  addresses  to  any  mailing  list without express written
  211. permission.    Unsolicited   commercial  email  will  be  proofread  at  our
  212. consulting rate of $75/hour, 4 hour minimum.
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.                    «« b a r i n g · a n y · s e n s e »»
  220.